/*######################################
		BSCHOOLS PAGE
######################################*/
table.AdvertTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 80%;
  text-align: left;
  border-collapse: collapse;
}

table.AdvertTable img{
	width: 98%;
}

.PiCschool img:hover {
		transform: scale(1.24) translateY(2px); 
		z-index: 1; 
		-webkit-transition: 0.3s;
		transition: 0.5s;
		border: 0px solid grey;
}
table.AdvertTable td, table.AdvertTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
  width: 33%;
  
}

table.AdvertTable tbody td {
  font-size: 13px;
  color: #414241;
}
table.AdvertTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.AdvertTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.AdvertTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: black;
  border-left: 2px solid #D0E4F5;
}
table.AdvertTable thead th:first-child {
  border-left: none;
}

@media screen and (max-width: 650px) {
	table.AdvertTable thead th {
		font-size: 10.5px;
	}
	table.AdvertTable tbody td {
		font-size: 10.5px;
	}
	table.AdvertTable img{
	width: 100%;
	}
}




#container {
  width: 650px;
  padding: 10px;
  margin: 0 auto;
}

h1,
h2 {
  color: #2B292E
}

input {
  border: 1px solid #333;
  margin-bottom: 15px;
  min-width: 250px;
  padding: 8px;
}

.button {
  transition-duration: 0.4s;
  background: #720000;
  border: none;
  color: white;
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  margin: 10px 2px;
  cursor: pointer;
}

button.button:hover {
  background: #990000
}

#cboxLoadedContent {
  padding: 10px;
  background: #fffff0;
}

#modal-content {
  display: none;
}

#modal-content label {
  display: block;
  margin-bottom: 5px;
}

#modal-content input {
  width: 95%;
}







/*######################################
		Text
######################################*/
.TabHeader {
	Font-size: 20px;
	Font-Weight: bolder;
	Color: #754A38;
}
.HeadText2 {
	Font-size: 27px;
	Font-Weight: bolder;
	Color: #FF6F30;
}